BaseSubsystem.GetAllDirectoryVariables method
Gets the list of directory variables.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
ReadOnlyCollection<IUserVariable> GetAllDirectoryVariables(
IUserVariable Parent = null
)
Function GetAllDirectoryVariables As ReadOnlyCollection(
Parent = null As IUserVariable
) As IUserVariable
Parameters
Parent
Type: IUserVariable
Default value: null
The parent folder of IUserVariable. By default, it gets variables from the root folder.
Remarks
The variable can be used in KINGSTAR Scope and a real-time log.
Return value
Type: ReadOnlyCollection<T>
Returns the list of user-defined directories.
Usable EtherCAT states
ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP
See also